home *** CD-ROM | disk | FTP | other *** search
- Path: sky.in-berlin.de!jroger!jroger
- From: jroger@jroger.in-berlin.de (Sebastian Rittau)
- Subject: Re: BOOPSI doesn't react on the GA_RelRight tag...
- References: <4dgc3k$us@hasle.sn.no>
- Message-ID: <720.6591T223T2134@jroger.in-berlin.de>
- Newsgroups: comp.sys.amiga.programmer
- X-Newsreader: THOR 2.22 (Amiga;UUCP) *UNREGISTERED*
- Date: 18 Jan 96 04:00:03 CET
-
- In <4dgc3k$us@hasle.sn.no> Rune Elvemo <elvemo@sn.no> wrote:
-
- >If I specify the GA_RelRight tag, it sets the LeftEdge coordinate to
- >1. The gadget is not visible either.
-
- >The only way I have managed to use RelRight coordinates, is to change
- >the Gadget structure after making the gadget.
-
- >Shouldn't the gadget use RelRight coordinates if you write the
- >following in the TagList:
- >'GA_RelRight, TRUE,'
-
- >I can't understand why this happens. I set the LeftEdge coordinate to
- >a negative one, after specifying GA_RelRight.
-
- You have to use something like
-
- GA_RelRight,-10
-
- and leave out GA_LeftEdge!
-
- --
- // Sebastian Rittau jroger@jroger.in-berlin.de
- \X/ http://www.in-berlin.de/User/jroger/index.html
-
-